(time-to-day-in-year): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 20 Apr 2004 16:38:08 +0000 (16:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 20 Apr 2004 16:38:08 +0000 (16:38 +0000)
lisp/calendar/time-date.el

index b36d5ab2f310532fa0d738d528924f60c26e3fb0..846231befe6134eccc3a3835af5cbbc0e49ee207 100644 (file)
@@ -149,7 +149,7 @@ DATE1 and DATE2 should be date-time strings."
 
 ;;;###autoload
 (defun time-to-day-in-year (time)
-  "Return the day number within the year of the date month/day/year."
+  "Return the day number within the year corresponding to TIME."
   (let* ((tim (decode-time time))
         (month (nth 4 tim))
         (day (nth 3 tim))